A5WS_Get_Ulink_From_GUID Function

Syntax

Ulink as C = a5ws_Get_Ulink_From_GUID(C user_guid [,* request ])

Arguments

Ulink

The ulink value of a person in the web security user table.

user_guid

The unique ID assigned to a user in the web security system.

request

Optional. The Request system variable. It is added automatically by the server when run from a web page.

Description

Returns a users 'ulink' value from a user_guid in the current project. If the user link field is not activated, an empty value is returned. 'Request' is added automatically by the server when run from a web page

Discussion

The A5WS_Get_Ulink_From_GUID() returns a user's 'ulink' value from the unique identifier assigned to them in web security. If the user link field is not activated, an empty value is returned. 'Request' is added automatically by the server when run from a web page.

Example

?a5ws_Get_Ulink_From_GUID("432f3df278a24df0a39219be1f356019")
= "00000029"

Limitations

Web applications only.

See Also